Skip to content

chore(deps): update react monorepo - autoclosed #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ^18.2.46 -> ^18.3.18 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence

Release Notes

facebook/react (react)

v18.3.1

Compare Source

  • Export act from react f1338f

v18.3.0

Compare Source

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React
  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #​25383
  • Warn for deprecated defaultProps for function components #​25699
  • Warn when spreading key #​25697
  • Warn when using act from test-utils d4ea75
React DOM
  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #​28874

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Apr 1, 2024

⚠️ No Changeset found

Latest commit: 0f31df3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Apr 1, 2024

📊 Package size report   No changes

File Before After
Total (Includes all files) 1.5 MB 1.5 MB
Tarball size 173.8 kB 173.8 kB
Unchanged files
File Size
.babelrc 35 B
.changeset/config.json 372 B
.changeset/README.md 510 B
.codesandbox/ci.json 119 B
.editorconfig 161 B
.eslintrc.js 837 B
.gitattributes 35 B
.github/FUNDING.yml 204 B
.github/workflows/ci.yml 1.1 kB
.github/workflows/codeql.yml 794 B
.github/workflows/pkg-size.yml 699 B
.github/workflows/release.yml 1.4 kB
.lintstagedrc.js 50 B
.simple-git-hooks.js 51 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarnrc.yml 332 B
CHANGELOG.md 283 B
CONTRIBUTING.md 931 B
LICENSE 1.1 kB
package.json 3.4 kB
packages/eslint-mdx/CHANGELOG.md 25.1 kB
packages/eslint-mdx/package.json 1.1 kB
packages/eslint-mdx/README.md 11.7 kB
packages/eslint-mdx/shim.d.ts 1.4 kB
packages/eslint-mdx/src/helpers.ts 4.3 kB
packages/eslint-mdx/src/index.ts 121 B
packages/eslint-mdx/src/meta.ts 87 B
packages/eslint-mdx/src/parser.ts 2.5 kB
packages/eslint-mdx/src/sync.ts 384 B
packages/eslint-mdx/src/tokens.ts 6.8 kB
packages/eslint-mdx/src/types.ts 1.5 kB
packages/eslint-mdx/src/worker.ts 23.3 kB
packages/eslint-mdx/tsconfig.json 131 B
packages/eslint-plugin-mdx/CHANGELOG.md 27.9 kB
packages/eslint-plugin-mdx/package.json 1.0 kB
packages/eslint-plugin-mdx/README.md 11.7 kB
packages/eslint-plugin-mdx/src/configs/base.ts 305 B
packages/eslint-plugin-mdx/src/configs/code-blocks.ts 1.0 kB
packages/eslint-plugin-mdx/src/configs/flat.ts 705 B
packages/eslint-plugin-mdx/src/configs/index.ts 439 B
packages/eslint-plugin-mdx/src/configs/overrides.ts 725 B
packages/eslint-plugin-mdx/src/configs/recommended.ts 2.4 kB
packages/eslint-plugin-mdx/src/helpers.ts 620 B
packages/eslint-plugin-mdx/src/index.ts 128 B
packages/eslint-plugin-mdx/src/meta.ts 87 B
packages/eslint-plugin-mdx/src/processors/helpers.ts 633 B
packages/eslint-plugin-mdx/src/processors/index.ts 198 B
packages/eslint-plugin-mdx/src/processors/options.ts 1.8 kB
packages/eslint-plugin-mdx/src/processors/remark.ts 1.8 kB
packages/eslint-plugin-mdx/src/processors/types.ts 241 B
packages/eslint-plugin-mdx/src/rules/.eslintrc 124 B
packages/eslint-plugin-mdx/src/rules/index.ts 138 B
packages/eslint-plugin-mdx/src/rules/remark.ts 3.6 kB
packages/eslint-plugin-mdx/src/rules/types.ts 415 B
packages/eslint-plugin-mdx/tsconfig.json 131 B
patches/eslint+8.56.0.patch 555 B
patches/smartwrap+2.0.2.patch 461 B
patches/string-width-cjs+4.2.3.patch 444 B
patches/tty-table+4.2.3.patch 926 B
patches/wrap-ansi-cjs+7.0.0.patch 489 B
patches/yargs+17.7.2.patch 124.6 kB
README.md 11.7 kB
test/__snapshots__/fixtures.test.ts.snap 57.5 kB
test/__snapshots__/flat-config.test.ts.snap 823 B
test/__snapshots__/parser.test.ts.snap 1.1 MB
test/fixtures.test.ts 2.7 kB
test/fixtures/287.mdx 204 B
test/fixtures/292.mdx 191 B
test/fixtures/334.mdx 70 B
test/fixtures/336.mdx 178 B
test/fixtures/367.mdx 87 B
test/fixtures/371.mdx 75 B
test/fixtures/380.mdx 11.0 kB
test/fixtures/391.mdx 62 B
test/fixtures/429.mdx 52 B
test/fixtures/435.mdx 134 B
test/fixtures/437.mdx 32 B
test/fixtures/445.mdx 188 B
test/fixtures/450.mdx 418 B
test/fixtures/488.mdx 78 B
test/fixtures/acorn.mdx 860 B
test/fixtures/adjacent.mdx 50 B
test/fixtures/async/.remarkrc 67 B
test/fixtures/async/test.md 15 B
test/fixtures/basic.mdx 405 B
test/fixtures/basic.tsx 77 B
test/fixtures/blank-lines.mdx 768 B
test/fixtures/code-blocks.md 511 B
test/fixtures/comments.mdx 162 B
test/fixtures/details.mdx 881 B
test/fixtures/dir.mdx/.gitkeep 0 B
test/fixtures/esm/.remarkrc.mjs 103 B
test/fixtures/esm/test.md 15 B
test/fixtures/flat-config/code-blocks.mdx 76 B
test/fixtures/jsx-in-list.mdx 810 B
test/fixtures/leading-spaces.mdx 42 B
test/fixtures/markdown.md 5 B
test/fixtures/no-unescaped-entities.mdx 99 B
test/fixtures/no-unused-expressions.mdx 90 B
test/fixtures/processor.mdx 13 B
test/fixtures/remark.md 171 B
test/fixtures/remark.mdx 169 B
test/fixtures/style/.remarkrc 228 B
test/fixtures/style/nested.md 10 B
test/fixtures/style/plugin1.cjs 26 B
test/fixtures/style/plugin2.mjs 24 B
test/fixtures/unicorn.jsx 119 B
test/fixtures/unicorn.mdx 118 B
test/flat-config.test.ts 1.0 kB
test/helpers.test.ts 874 B
test/helpers.ts 548 B
test/parser.test.ts 4.6 kB
test/remark.test.ts 2.8 kB
tsconfig.base.json 235 B
tsconfig.json 259 B
tsconfig.lib.json 195 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.73 chore(deps): update dependency @types/react to ^18.2.74 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from ece7038 to d534d9e Compare April 2, 2024 17:05
Copy link

codesandbox-ci bot commented Apr 2, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.74 chore(deps): update dependency @types/react to ^18.2.75 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from d534d9e to c4c17f0 Compare April 9, 2024 01:56
@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.75 chore(deps): update dependency @types/react to ^18.2.76 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from a8aa7bb to f591f77 Compare April 11, 2024 21:49
@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.76 chore(deps): update dependency @types/react to ^18.2.77 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from f591f77 to 2b9f01b Compare April 13, 2024 14:32
@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.77 chore(deps): update dependency @types/react to ^18.2.78 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 2b9f01b to 08e51c3 Compare April 15, 2024 22:24
@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.78 chore(deps): update dependency @types/react to ^18.2.79 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 08e51c3 to 645c658 Compare April 25, 2024 20:28
@renovate renovate bot changed the title chore(deps): update dependency @types/react to ^18.2.79 chore(deps): update react monorepo to ^18.3.0 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 645c658 to de302a2 Compare April 26, 2024 18:17
@renovate renovate bot changed the title chore(deps): update react monorepo to ^18.3.0 chore(deps): update react monorepo Apr 26, 2024
@renovate renovate bot changed the title chore(deps): update react monorepo chore(deps): update react monorepo to ^18.3.1 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from de302a2 to aa1e975 Compare April 26, 2024 23:13
@renovate renovate bot force-pushed the renovate/react-monorepo branch from aa1e975 to a2815e3 Compare May 11, 2024 13:06
@renovate renovate bot changed the title chore(deps): update react monorepo to ^18.3.1 chore(deps): update react monorepo May 11, 2024
@renovate renovate bot force-pushed the renovate/react-monorepo branch from a2815e3 to 025d3d1 Compare May 23, 2024 21:26
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 025d3d1 to a6f57b8 Compare August 20, 2024 22:06
@renovate renovate bot force-pushed the renovate/react-monorepo branch from a6f57b8 to d09fe36 Compare August 30, 2024 11:03
@renovate renovate bot force-pushed the renovate/react-monorepo branch 3 times, most recently from bd6c1ca to 3756528 Compare September 19, 2024 22:31
@renovate renovate bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 91bdb20 to 735609f Compare September 27, 2024 16:54
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 735609f to 3fa0236 Compare October 2, 2024 16:23
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 3fa0236 to e9f81e4 Compare October 23, 2024 09:34
@renovate renovate bot force-pushed the renovate/react-monorepo branch 4 times, most recently from 2a8a0dd to 6cfa465 Compare December 11, 2024 03:44
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 6cfa465 to b87b285 Compare December 16, 2024 15:52
@renovate renovate bot force-pushed the renovate/react-monorepo branch from b87b285 to 0f31df3 Compare December 20, 2024 03:51
@renovate renovate bot changed the title chore(deps): update react monorepo chore(deps): update react monorepo - autoclosed Mar 8, 2025
@renovate renovate bot closed this Mar 8, 2025
@renovate renovate bot deleted the renovate/react-monorepo branch March 8, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants